LoadFromWav(SoundBuffer, Stream, bool)

Method

Namespace: Vox.Decoders

Declared in: Vox.Decoders.Wav


Loads the data from WAV stream to the specified SoundBuffer.

Syntax

public static void LoadFromWav(
	SoundBuffer buffer,
	Stream stream,
	bool closeStream
)

Back to index